home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img226.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  2KB  |  520x165  |  1-bit (2 colors)
Labels: black | darkness
OCR: {$Linklib_c} Const P PChar = 'This is fun !'; Function strlen (P: PChar): Longint; cdecl; external begin WriteLn('Length of (³.p.¹): ², strlen (p)) end.